Skip to content

chore: release 0.4.0#5

Merged
AkarinServer merged 7 commits intomainfrom
chore/release-0.4.0
Jan 22, 2026
Merged

chore: release 0.4.0#5
AkarinServer merged 7 commits intomainfrom
chore/release-0.4.0

Conversation

@AkarinServer
Copy link
Owner

  • merge pending branches (icons + order history)
  • bump version to 0.4.0+6

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a645d66760

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +269 to +270
try {
await _db.insertOrder(order);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Save order only after payment confirmation

The order is inserted into the database before the payment flow completes. Because PaymentScreen only calls onPaymentConfirmed after the admin PIN succeeds, any user who backs out of the screen or fails the PIN will still have an order recorded, inflating order history and revenue metrics while the cart remains uncleared. Consider deferring insertOrder until the confirmation callback or explicitly persisting it as a pending order.

Useful? React with 👍 / 👎.

@AkarinServer AkarinServer merged commit 06ef2f3 into main Jan 22, 2026
1 check passed
@AkarinServer AkarinServer deleted the chore/release-0.4.0 branch January 22, 2026 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant